Raises the specified .
シンタックス
'宣言
Public Function RaiseNotificationsAsync( _
ByVal As System.Collections.Generic.IEnumerable(Of Tuple(Of Object,NotifyCollectionChangedEventArgs)), _
ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task RaiseNotificationsAsync(
System.Collections.Generic.IEnumerable<Tuple<object,NotifyCollectionChangedEventArgs>> ,
System.Threading.CancellationToken
)
パラメータ
- notifications
- The notifications to raise.
- cancellationToken
- The cancellation token.
参照